body {
	font-family: Calibri, Trebuchet, serif;
	margin: 0px;
        height: 100%; /* for sticky footer */
}
@media (min-width: 320px) {
	body { font-size: 0.8em; }
}
@media (min-width: 720px) {
	body { font-size: 0.9em; }
}
@media (min-width: 1040px) {
	body { font-size: 1.0em; }
}
@media (min-width: 2080px) {
body { font-size: 1.1em; }
}
p {
	padding: 0px 10px 0px 10px;
}
img {
	width: 100%;	
}
table {
        margin-top: 10px;
	width: 100%;
}
table caption {
	font-weight: bold;
}
td table, td img {
	width:330px;
}
th {
	text-align: left;
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 10px;
}
td {
	padding-top: 3px;
	padding-bottom: 3px;
}
form    {
	font-style: italic;
	font-weight: bold;
	/*margin-left: 20px;*/
	padding:10px;
}
input[type=text], input[type=password] {
	height: 30px;
}
textarea {
	padding-bottom: 5px;
	padding-top: 5px;
	height: 40px;
	width: 331px;
}
input[type=text], input[type=password], textarea {
	border: 1px solid #999;
	border-radius: 3px;
	display: block;
	padding-left: 5px;
	width:330px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
select {
	border: 1px solid #999;
        border-radius: 4px;
        box-sizing:content-box;
        display: block;
        height: 15px;
        padding: 6px 4px;
	width: 322px;
        -moz-box-sizing: content-box;
        -webkit-box-sizing:content-box;
}
/* CLASSES */
.outer {
	text-align: center;
	width: 100%;
        min-height: calc(100vh - 220px); /* for sticky footer 180px*/
}
.inner {
	color: dimgray;
	display: inline-block;
	min-width: 800px;
	width: 50%;
}
.inner a {
        color: dimgray;
}
.title{
	background-color: black;
	color: white;
	font-family: Arial;
        font-size: 2.5em;
        font-weight: bold;
	opacity: 0.3;
        padding: 20px;
	position: absolute;	
	top: 0;
	text-align: left;
        white-space: nowrap;
}
.subtitle {
	/*color: olive;*/
        color: white;
	font-family: Trebuchet;
        font-size: 1.5em;
        font-style: italic;
        font-weight: bold;
	opacity: 0.5;
        padding: 10px;
	position: absolute;
	top: 50%;
        white-space: nowrap;
}
.columnTitle {
	background-color: gainsboro;
	/*color: dimgray;*/
        color: SADDLEBROWN;
        font-style: italic;
	font-weight: bold;
	padding: 7px;
	text-align: left;
}
.columnTitlePhoto {
        width: 20px;
        margin-right: 4px;
        vertical-align: top;
}
.columnTitleRight {
        color: orangered;
        float: right;
}
.columnBody, .columnBodyOnly {
	padding: 20px;
	text-align: justify;
}
.columnBodyOnly {
        background: WHITESMOKE;
}
.columnBody ul {
        margin-top: 0;
}
.columnDropdown {
	font-weight: bold;
	border: 0px;
	outline: 0px;
	margin: 0;
	padding-left: 0px;
}
.columnCheckbox {
    font-size: 9px;
    text-align: center;
    width: 18px;
}
.column, .column1, .column2L, .column2R, .column3L, .column3R, .column4L, .column4R, .column5L, .column5R {
    border: 1px solid gray;
    overflow: hidden;
    margin-top: 10px;
}
.column1 {
    position: relative;
}
.column2L, .column2R {
    width: 49.2%;
}
.column3L, .column3R {
    width: 32.4%;
}
.column4L, .column4R {
    width: 24%;
}
.column5L, .column5R {
    width: 18.95%;
}
.column2L, .column3L, .column4L, .column5L {
    float: left;
    height: 43%;
    margin-right: 1%;
    max-height: 600px;
    min-height: 280px;
}
.column2R, .column3R, .column4R, .column5R {
    float: right;
    height: 43%;
    max-height: 600px;
    min-height: 280px;
}
#listsList {
	height: 80px;
}
#listDropdown, #sortDropdown {
	float: right;
	margin-top: 20px;
	width: 110px;
}
#listDropdownCaption {
	color: black;
	float: right;
	font-size: 18px;
	margin-top: 23px;
	width: 35px;
}
#tableDisplaySightings #countryDropdown {
        width: 100%;
}
.file {
	font-family: Calibri, Trebuchet, serif;
	height: 25px;
	width: 331px;
}
.button {
	background: whitesmoke;
	border:1px solid #999;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
        color: dimgray;
	display: inline-block;
	float: left;
	font-family: Arial, Calibri, Trebuchet, serif;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button:hover {
	background: lightgray;
}
.button[disabled]:hover {
    background: gainsboro;
}
.button[disabled=disabled], .button:disabled {
	color: #D1D0CE;
        background: #EEEEEE;
}
.image { 
        position: relative; 
        width: 100%;
}
.imageButton {
	display:inline-block; 
	margin: 0px; 
	padding: 5px 0px 0px 0px;
	width:16px;
}
.smallText {
	display: block;
	font-size: 10px;
	text-align: right;
	width: 331px;
}
.info, .success, .warning, .error {
        /*border-left: 3px solid;*/
        padding: 3px 3px 7px 40px;
        background-repeat: no-repeat;
        background-position: 3px center;
}
.info {
        color: #00529B;
        background-color: #BDE5F8;
        background-image: url('/images/Info.png');
}
.success {
        color: #4F8A10;
        background-color: #DFF2BF;
        background-image:url('/images/Success.png');
}
.warning {
        color: #9F6000;
        background-color: #FEEFB3;
        background-image: url('/images/Warning.png');
}
.error {
        color: #D8000C;
        background-color: #FFCCCC;
        background-image: url('/images/Error.png');
}
/* IDs */
#datepicker {
	margin-right: 10px;	
	height: 29px;
	width: 145px;
}
#hourDropdown, #minuteDropdown, #amPmDropdown, #timepicker {
	margin-right: 5px;	
	width: 42px;
}
li#menuRight {
	float: right;
	/*margin-top: 11px*/
}
img#menuRight {
	float:left;
	/*height:18px;*/
	padding-right:5px;
        padding-top: 10px;       
	width:20px;
}
text#menuRight {
	color: oldlace;
	font-size: 11px;
	font-style: italic;
	/*line-height: 20px;*/
}
#menuArrow {
    height: 10px; 
    padding-left: 5px;
    width: 10px; 
}
#recordlabel {
	width: 200px;
}
#login, #signup {
	width: 600px;
}
#login table, #signup table {
	border-collapse: separate;
	border-spacing: 20px;
}
#login input, #signup input {
	 width: 100%;
}
#error {
	color: #D8000C;
	margin-top: 20px;
	/*margin-left: 20px;
	margin-bottom: 0px;
	float: left;*/
}
#rating {
        width: 10px;
}
/* menu styles */
.third-level-menu {
	display: none;
	list-style: none;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); /* workaround for Edge to remove bullets */
        margin: 0;
	padding: 0;
	position: absolute;
	right: -280px;
	top: 0;
	width: 280px;
}
.third-level-menu > li {
	background: #330000;
}
.second-level-menu {
	display: none;
	left: 0;
	list-style: none;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); /* workaround for Edge to remove bullets */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
}
.second-level-menu > li {
	background: #330000;
	position: relative;
}
.top-level-menu {
	list-style: none;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); /* workaround for Edge to remove bullets */
	margin: 0;
	padding: 40px 0 0 0;
	text-align: left;
}
.top-level-menu > li {
	float: left;
	position: relative;
}
.top-level-menu > li:hover, .second-level-menu > li:hover, .third-level-menu > li:hover { 
	background: #B71717;
}
.top-level-menu li:hover > ul {
	/* on hover, display the next level's menu */
	display: inline;
	z-index:1000;
}
/* Menu Link Styles */
/* Apply to all links inside the multi-level menu */
.top-level-menu a {
	color: oldlace;
	font-size: 16px;
	font-weight: bold;
        padding: 0 15px 0 15px;
	text-decoration: none;
	white-space: nowrap;
	/* Make the link cover the entire list item-container */
	display: block;
	line-height: 40px;
}
.top-level-menu a:hover { 
	color: lightcoral; 
}
.menu {
	background-color: #330000;
        height: 80px;
}